func crypto/internal/fips140/mlkem.kemDecaps

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L470: 	return kemDecaps(dk, c), nil
		mlkem768.go#L476: func kemDecaps(dk *DecapsulationKey768, c *[CiphertextSize768]byte) (K []byte) {